add_executable(my_binary "my binary.cpp")
set_target_properties(my_binary PROPERTIES
    OUTPUT_NAME "my binary"
)
